.DefaultProductListing-Heading h1 {
font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 1.1;
text-align: left;
 
color: #2a2a2a;
}

.DefaultProductListing-ProductName h2 {
font-family: Inter;
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 22px;
text-align: center;
 
color: #000000;
}

div.DefaultProductListing-ProductName h2:hover {
color: #000000;
    text-decoration: underline;
}

.DefaultProductListing-ProductPrice {
font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 22px;
text-align: center;
 
color: #272727;
}

.DefaultProductListing-TaxPrice {
font-family: Poppins;
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 14px;
text-align: center;
 
color: #929292;
}

.DefaultProductListing-RRPPrice {
font-family: Poppins;
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 14px;
text-align: center;
 
color: #929292;
    text-decoration-line: line-through;
}

.DefaultProductListing-AddToBasket {
 background: #359439;
 border: 1px solid #359439;
border-radius: 6px;
}

.DefaultProductListing-AddToBasket:hover {
background: #fff;
 border: 1px solid #359439;
border-radius: 6px;
}

.HomePagePromoCartIcon {
font-family: Font Awesome 6 Pro;
font-style: normal;
font-weight: Unhandled font weight;
font-size: 18px;
line-height: 18px;
text-align: center;
 
color: #ffffff;
}

.DefaultProductListing-AddToBasket:hover .HomePagePromoCartIcon {
color: #359439;
}

.DefaultProductListing-SelectOptions {
 background: #359439;
 border: 1px solid #359439;
border-radius: 6px;
}

.DefaultProductListing-SelectOptions:hover {
background: #fff;
 border: 1px solid #359439;
border-radius: 6px;
}

.DefaultProductListing-SelectOptions:hover .HomePagePromoCartIcon {
color: #359439;
}

.HomePagePromoViewDetailsIcon {
font-family: Font Awesome 6 Pro;
font-style: normal;
font-weight: Unhandled font weight;
font-size: 18px;
line-height: 18px;
text-align: center;
 
color: #ffffff;
}

.DefaultProductListing-ViewDetails {
background: #7c7cce;
 border: 1px solid #7c7cce;
border-radius: 6px;
}

.DefaultProductListing-ViewDetails:hover {
background: #fff;
 border: 1px solid #7c7cce;
border-radius: 6px;
}

.DefaultProductListing-ViewDetails:hover .HomePagePromoViewDetailsIcon {
color: #7c7cce;
}



/*Remove Font Weight*/
.DefaultProductListing-Heart {
font-family: Font Awesome 6 Pro;
font-style: normal;
font-size: 18px;
line-height: 18px;
text-align: center;
 
color: #828282;
}

/*Remove Font Weight*/
.DefaultProductListing-Heart2 {
font-family: Font Awesome 6 Pro;
font-style: normal;
font-size: 18px;
line-height: 18px;
text-align: center;
 
color: #828282;
}

.DefaultProductListing-SoldText {
font-family: Poppins;
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 22px;
text-align: center;
 
color: #272727;
}

#DefaultProductListing-EstimatedDeliveryMessage {
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    background-color: #35943920;
    text-align: center;
}

.EstimatedDelivery-Icon {
    font-family: Font Awesome 6 Free;
    font-style: normal;
    font-weight: Unhandled font weight;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

#DefaultProductListing-FilterPanel {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 75% 25%;
    grid-column-gap: 0px;
    float: left;
    padding-left: 0%;
    padding-right: 0%;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding: 5px 0px 5px 0px;
    margin-bottom: 20px;
}

#MobilepageAttributeFilter {
    float: left;
    clear: left;
    margin-bottom: 20px;
    width: 100%;
}

#DefaultProductListing-FilterContainer {
    grid-column-start: 2;
}

#DefaultProductListing-HeadingContainer {
    grid-row-start: 1;
    grid-column-start: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.DefaultProductListing-SoldText {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RepeatForm {
    float: none !important;
    border: none;
    padding: 0px !important;
}

.DefaultProductListing-Heading h1 {
    position: relative;
    margin: 0px;
}

#DefaultProductListing-TitleContainer {
    width: 100%;
    float: left;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

#DefaultProductListing-Container {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
    row-gap: 20px;
    float: left;
}

.DefaultProductListing-InnerContainer {
    position: relative;
    float: left;
    width: 100%;
box-sizing: border-box;
    padding: 20px;
    border: 1px solid #B7B7DA;
    border-radius: 10px;
transition: border-color 0.3s ease;
}

.DefaultProductListing-InnerContainer:hover {
   border: 1px solid #7C7CCE;
}

.DefaultProductListing-ProductImageContainer {
    display: flex;
    justify-content: center;
align-items: center;
min-height: 250px;
}

img.DefaultProductListing-ProductImage {
    max-width: 100% !important;
    max-height: 240px !important;
    height: auto !important;
    width: auto !important;
}

.DefaultProductListing-ProductName h2 {
    width: 100%;
    float: left;
    margin: 10px 0px;
    min-height: 45px;
}

#DefaultProductListing-ProductPriceContainer {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#DefaultProductListing-PriceTaxContainer {
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}

.DefaultProductListing-AddToBasketContainer {
    display: flex;
    width: 100%;
    height: auto !important;
    float: left;
    margin-top: 10px;
    justify-content: center;
    column-gap: 10px;
}

.DefaultProductListing-AddToBasket {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
}

.DefaultProductListing-SelectOptions {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
}

.DefaultProductListing-ViewDetails {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
}

#DefaultProductListing-Wishtlist {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
}

.VariantStockError {
    display: none;
}

#DefaultProductListing-EstimatedDeliveryMessage {
    text-align: center;
    width: 95%;
    text-decoration: none;
    margin-bottom: 0px;
    margin-top: 5px;
    padding: 2.5%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.POAmessage {
text-align: center;
font-size: 14px;
float: left;
width: 100%;
}

@media only screen and (max-width: 1190px) {
    #DefaultProductListing-Container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 900px) {
    #DefaultProductListing-Container {
        grid-template-columns: repeat(2, 1fr);
    }

.DefaultProductListing-InnerContainer {
    width: 95%;
padding: 5% 2.5%;
}
}

@media only screen and (max-width: 750px) {
#DefaultProductListing-FilterPanel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
padding: 15px 0px;
}

.DefaultProductListing-Heading h1 {
    text-align: center;
}

.FilterText2 {
        text-align: left;
}

#PriceFilter {
border-radius:0px;
float:right;
border: none;
padding: 10px !important;
border: solid 1px #cacaca !important;
}
}

@media only screen and (max-width: 695px) {
    #DefaultProductListing-Container {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0px;
        row-gap: 20px;
width: 95%;
padding: 0px 2.5%;
    }

#DefaultProductListing-TitleContainer {
    width: 95%;
padding: 0px 2.5%;
}

    .DefaultProductListing-ProductName h2 {
        min-height: auto;
    }

    .DefaultProductListing-SubHeading {
        text-align: center;
    }

    .DefaultProductListing-Heading {
        text-align: center;
    }

.DefaultProductListing-Heading {
font-size: 32px;
line-height: 36px;
}

#DefaultProductListing-HeadingContainer {
    justify-content: center;
}

#DefaultProductListing-FilterPanel {
    padding: 15px 0px 5px 0px;
}
}

@media only screen and (max-width: 550px) {
    #DefaultProductListing-FilterContainer {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        margin: auto;
        margin-top: 10px;
        padding: 5px 0px 16px 0px;
    }

    #DefaultProductListing-HeadingContainer {
        grid-column-start: 1;
        grid-column-end: 3;
        text-align: center;
    }
}